-
Notifications
You must be signed in to change notification settings - Fork 811
A few pointers to config transforms, more specifically setting up rewrites. #7346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ents-and-environments/umbraco-cicd/troubleshooting.md
sofietoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @andersreus !
Are these steps that need to be performed before "1. Ensure that your Azure DevOps repository is up to date..." ?
...-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/troubleshooting.md
Outdated
Show resolved
Hide resolved
| For GitHub, see the [Skip cloud-sync in GitHub](troubleshooting.md#skip-cloud-sync-in-github) section. | ||
|
|
||
| With a few clicks you can manually trigger a pipeline to run without the cloud-sync: | ||
| Navigate to your azure-release-pipeline.yaml and comment out 35 and 36. More specifically these two lines: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please but code tags around file names 🙏
| Navigate to your azure-release-pipeline.yaml and comment out 35 and 36. More specifically these two lines: | |
| Navigate to your `azure-release-pipeline.yaml` and comment out the following lines: |
.../build-and-customize-your-solution/set-up-your-project/project-settings/config-transforms.md
Outdated
Show resolved
Hide resolved
…oject/project-settings/config-transforms.md
📋 Description
It's pointing out that if you don't have a web.config in your Umbraco project, adding a config transform will not do anything.
So create one if you haven't already.
Also setting attributes in the transform to make sure that sections match with the web.config and transform file.
Please feel free to word it how you want and reach out if any questions 🙂